home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00046_Script_46 < prev    next >
Text File  |  1994-06-14  |  339b  |  16 lines

  1. on mouseDown
  2.   global theVCRButtons
  3.   mCancelPlay(theVCRButtons)
  4.   mCancelFastFwd(theVCRButtons)
  5.   
  6.   global LastQT
  7.   unLoadCast LastQT
  8. end
  9.  
  10. on mouseUp
  11.   global theGauge
  12.   set toStep = mComputeNewLevel(theGauge, the mouseV)
  13.   mSetLevel(theGauge, toStep)
  14.   go to frame (label("P" & string(Plane) & "S" & string(toStep)))
  15. end
  16.